login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A209048 Indices of the pentagonal numbers listed in A209049. 1
1, 2, 4, 3, 12, 11, 32, 27, 75, 192, 427, 171, 1323, 2187, 6912, 8192, 4779, 10923, 49152, 109227, 60075, 170667, 786432, 699051, 1092267, 4893355, 5810859, 11184811, 25864875, 95070891, 101362347, 44739243 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Pentagonal analog of A076550.
LINKS
MATHEMATICA
k = 1; t = Table[0, {50}]; While[k < 500000001, a = PrimeOmega[k] + PrimeOmega[3 k - 1] - 1; If[ t[[a + 1]] == 0, t[[a + 1]] = k; Print[{k, a}]]; k++]; t
CROSSREFS
Sequence in context: A259630 A114883 A125091 * A181327 A257503 A091861
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Mar 04 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)