cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-5 of 5 results.

A303215 A(n,k) is the n-th index of a Fibonacci number with exactly k prime factors (counted with multiplicity); square array A(n,k), n>=1, k>=1, read by antidiagonals.

Original entry on oeis.org

3, 8, 4, 6, 9, 5, 20, 15, 10, 7, 18, 27, 16, 14, 11, 12, 44, 28, 21, 19, 13, 30, 40, 45, 32, 25, 22, 17, 54, 42, 50, 57, 52, 33, 26, 23, 24, 78, 56, 64, 63, 55, 35, 31, 29, 36, 80, 102, 66, 75, 68, 74, 37, 34, 43, 138, 100, 88, 128, 70, 92, 69, 77, 38, 41, 47
Offset: 1

Views

Author

Alois P. Heinz, Apr 19 2018

Keywords

Examples

			Square array A(n,k) begins:
   3,  8,  6, 20, 18,  12,  30,  54,  24,  36, ...
   4,  9, 15, 27, 44,  40,  42,  78,  80, 100, ...
   5, 10, 16, 28, 45,  50,  56, 102,  88, 114, ...
   7, 14, 21, 32, 57,  64,  66, 128, 110, 165, ...
  11, 19, 25, 52, 63,  75,  70, 130, 112, 174, ...
  13, 22, 33, 55, 68,  92,  81, 135, 184, 256, ...
  17, 26, 35, 74, 69,  95, 104, 147, 186, 266, ...
  23, 31, 37, 77, 76,  99, 105, 154, 189, 273, ...
  29, 34, 38, 85, 91, 116, 136, 170, 196, 282, ...
  43, 41, 39, 87, 98, 117, 148, 171, 225, 296, ...
		

Crossrefs

Programs

  • Maple
    F:= combinat[fibonacci]: with(numtheory):
    A:= proc() local h, p, q; p, q:= proc() [] end, 2;
          proc(n, k)
            while nops(p(k))
    				
  • Mathematica
    A[n_, k_] := Module[{h, p, q = 2}, p[k] = {}; While[Length[p[k]]Jean-François Alcover, Apr 30 2018, after Alois P. Heinz *)

Formula

A000045(A(n,k)) = A303216(n,k).
A001222(A000045(A(n,k))) = k.

A072397 Smallest Fibonacci number with n prime factors when counted with multiplicity.

Original entry on oeis.org

2, 21, 8, 6765, 2584, 144, 832040, 86267571272, 46368, 14930352, 30960598847965113057878492344, 4807526976, 160500643816367088, 498454011879264, 16641027750620563662096, 51680708854858323072, 34507973060837282187130139035400899082304280
Offset: 1

Views

Author

Shyam Sunder Gupta, Jul 21 2002

Keywords

Examples

			21 is the 2nd term because 21 is the smallest Fibonacci number having 2 prime factors.
		

Crossrefs

Row n=1 of A303216.

Formula

a(n) = A000045(A072396(n)). - Alois P. Heinz, Apr 10 2018

Extensions

a(17) from Alois P. Heinz, Apr 10 2018

A359878 a(n) is the index of the smallest tribonacci number (A000073) with exactly n prime factors (counted with multiplicity).

Original entry on oeis.org

2, 4, 5, 9, 8, 17, 13, 52, 16, 40, 36, 32, 62, 88, 96, 144, 112, 221, 256, 208, 400, 192
Offset: 0

Views

Author

Ilya Gutkovskiy, Jan 16 2023

Keywords

Crossrefs

Extensions

a(17)-a(21) from Daniel Suteu, Jan 18 2023

A359879 a(n) is the index of the smallest tetranacci number (A000078) with exactly n prime factors (counted with multiplicity).

Original entry on oeis.org

3, 5, 6, 7, 10, 11, 17, 30, 20, 22, 82, 60, 37, 100, 236, 157, 156, 242, 240
Offset: 0

Views

Author

Ilya Gutkovskiy, Jan 16 2023

Keywords

Comments

a(19) > 400. - Daniel Suteu, Jan 18 2023

Crossrefs

Extensions

a(18) from Daniel Suteu, Jan 18 2023

A359881 a(n) is the index of the smallest Fibonacci n-step number with exactly n prime factors (counted with multiplicity).

Original entry on oeis.org

8, 9, 10, 12, 17, 18, 29, 24, 38, 30, 45, 39, 41, 45, 61, 50, 67, 73, 77, 82, 62, 60, 71, 70, 127, 161, 112, 111, 86, 154, 91, 127, 99, 100, 141, 109, 109, 115, 159, 122, 122, 125, 131, 133, 134, 329, 138, 147, 196, 407, 150, 256, 320, 165, 163, 223, 170, 173
Offset: 2

Views

Author

Ilya Gutkovskiy, Jan 16 2023

Keywords

Crossrefs

Extensions

a(24)-a(59) from Daniel Suteu, Jan 18 2023
Showing 1-5 of 5 results.