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

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A182561 Position of first occurrence of n in A182535. 1
1, 4, 7, 16, 45, 74, 166, 529, 866, 1993, 4560, 9907, 27425, 62894, 161134, 386007, 1308165, 2363223, 7190239, 17844411, 54259731, 90564740, 308061971, 487568736, 1422102892, 3573737940, 8516241133, 22686128280, 77770540116, 144783290133, 365331892456, 928427248701, 2354811032695 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
First occurrence of 4 in A182535 has index 16, so a(4)=16.
PROG
(PARI) { a(n) = my(k, p, t); k=n-1; while(1, k++; p=[]; forvec(v=vector(n-1, i, [1, k-1]), t = fibonacci(n+k) + sum(i=1, n-1, fibonacci(v[i]+i)); if(ispseudoprime(t), p=concat(p, [t])); , 2); if(p, return(primepi(vecmin(p)))); ); } /* Max Alekseyev, Jan 31 2014 */
CROSSREFS
Sequence in context: A132334 A289521 A097661 * A246915 A340600 A013625
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, May 05 2012
EXTENSIONS
Corrected and extended by Max Alekseyev, Jan 31 2014
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 December 7 09:44 EST 2023. Contains 367645 sequences. (Running on oeis4.)