login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A055063
Positions of primes in A054636 with offset 1.
3
3, 9, 10, 12, 18, 29, 30, 39, 61, 63, 68, 81, 87, 93, 108, 114, 116, 121, 122, 123, 135, 148, 152, 157, 167, 178, 181, 190, 200, 203, 210, 217, 226, 239, 241, 248, 253, 274, 279, 292, 301, 304, 311, 319, 320, 322, 323, 334, 335, 340, 343, 347, 352, 355, 359
OFFSET
1,1
COMMENTS
Original name with typo corrected: Pointers to base-8 digits where primes occur in A055062.
EXAMPLE
012345671011121314151617202122232425...
--|...... sum 0+1+2 = prime 3 at position 3
--------| sum 0+1+2+3+4+5+6+7+1 = prime 29 at position 9
MATHEMATICA
Position[Accumulate@ Flatten[IntegerDigits[Range[0, 144], 8]], _?PrimeQ][[All, 1]] (* Michael De Vlieger, Mar 09 2022 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Apr 15 2000
EXTENSIONS
Revised by Sean A. Irvine, Mar 09 2022
STATUS
approved